home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Tidbits / Tidbits 201 à 280 / TidBITS#240⁄22-Aug-94 < prev    next >
Encoding:
Text File  |  1994-08-22  |  28.9 KB  |  601 lines  |  [TEXT/ttxt]

  1. TidBITS#240/22-Aug-94
  2. =====================
  3.  
  4. This week brings you an in depth look at QuickMail 3.0, CE's
  5.    latest and greatest release of its popular email program. We
  6.    also have a short review of Links Pro, for the golf fans out
  7.    there, a look at some of the issues surrounding fat binary
  8.    programs, and a recollection of Kai Krause's demo at Macworld
  9.    Boston, complete with lots of links to interesting and
  10.    related Internet sites.
  11.  
  12. This issue of TidBITS sponsored in part by:
  13. * APS Technologies -- 800/443-4199 -- <71520.72@compuserve.com>
  14.    Makers of hard drives, tape drives, and neat SCSI accessories.
  15.    For APS price lists, email: <aps-prices@tidbits.com> <---- New
  16.  
  17. Copyright 1990-1994 Adam & Tonya Engst. Details at end of issue.
  18.    Automated info: <info@tidbits.com> Comments: <ace@tidbits.com>
  19.    --------------------------------------------------------------
  20.  
  21. Topics:
  22.     MailBITS/22-Aug-94
  23.     Should Fat Binaries Diet?
  24.     Links Pro Hits a Hole in One
  25.     Kai at Macworld Expo
  26.     QuickMail 3.0 in Depth
  27.     Reviews/22-Aug-94
  28.  
  29. [Archived as /info-mac/per/tb/tidbits-240.etx; 30K]
  30.  
  31.  
  32. MailBITS/22-Aug-94
  33. ------------------
  34.   The second edition of my Internet Starter Kit for Macintosh is now
  35.   available. It's significantly different from the first edition (a
  36.   larger disk with an installer, and approximately twice as much
  37.   actual text, although the appendices are smaller) and I'm still
  38.   working on a change list. More later, but I wanted to mention it
  39.   so people could stop asking me when it will be out. [ACE]
  40.  
  41.  
  42. **Bounce of the Week** -- Every now and then you get a sign that
  43.   lets you know that creativity is not dead, even among those who
  44.   write mailer error messages. This message was one of those signs.
  45.   It's not often that something on the Internet bounces because the
  46.   recipient's machine isn't a typewriter. [ACE]
  47.  
  48. 421 rex.re.uokhsc.edu.tcpld... Deferred: Not a typewriter
  49. 550 david@REX.RE.UOKHSC.EDU... Host unknown: Not a typewriter
  50.  
  51.  
  52. **Speaking of QuickMail** (which we do below) there's a fledgling
  53.   new Internet resource with news and information about QuickMail
  54.   and related third-party products. Fire up your favorite World-Wide
  55.   Web browser and check out this URL. Comments are welcome. [MHA]
  56.  
  57. http://dolphin.csudh.edu/qm/qmhome.html
  58.  
  59.  
  60. Should Fat Binaries Diet?
  61. -------------------------
  62.   by Adam C. Engst <ace@tidbits.com>
  63.  
  64.   Now that the Power Macs are increasingly common, a few issues need
  65.   to be addressed in terms of how to best accommodate them when
  66.   distributing software. I don't know that there are any complete
  67.   answers here, but there are certainly some issues to consider when
  68.   shipping a software product, and for those of you who consider
  69.   yourselves merely users, when receiving a software product.
  70.  
  71.   First, the Mac world now has three basic types of software. 680x0-
  72.   only, PowerPC-only, and software that works on both the 680x0
  73.   family and the Power Macs. The first two are easily handled;
  74.   developers simply make it clear (on the box, in the ReadMe, _and_
  75.   additionally within the program itself by means of an informative
  76.   dialog box) that the program only works on non-Power Macs or on
  77.   Power Macs. (Programs that only contain 680x0 code and work
  78.   normally on all Macs and in emulation on Power Macs aren't
  79.   particularly interesting either, since they're simply a little
  80.   slower in emulation than might be desirable.)
  81.  
  82.   But what of the programs that run in native mode on the Power Macs
  83.   and which also contain 680x0 code for normal Macs? The question
  84.   raises its ugly head when it comes time to ship the program - do
  85.   you ship two versions of the program, one containing only 680x0
  86.   code and one containing PowerPC-native code? Or perhaps you should
  87.   ship a single fat binary program that contains the code for both
  88.   platforms? Or finally, maybe you should use an installer that
  89.   installs only the appropriate code for the platform on which it's
  90.   being installed? All are valid choices, but all have trade-offs.
  91.   Which would users prefer to receive, keeping in mind that adding
  92.   disks raises costs, and large files mean longer download times?
  93.  
  94.  
  95. **Option 1: Ship Two Versions** -- The first option, shipping two
  96.   separate versions of the program, seems the least attractive. With
  97.   shareware or freeware programs it's a minor pain to send the file
  98.   twice to the <macgifts@sumex-aim.stanford.edu> address for posting
  99.   on the world-wide file sites. Commercial developers will have more
  100.   of a problem, though, since they must either add disks to a
  101.   package or create two separate boxes. Either way, it's more work
  102.   and expense for the developer.
  103.  
  104.   The main advantage for the user that I can see for this scheme is
  105.   that if disk space is at a premium, 680x0-based Macs need not
  106.   waste any space on PowerPC-native code and Power Macs need not
  107.   waste space on unnecessary 680x0 code. In situations where the
  108.   files are being downloaded from the nets, the user doesn't waste
  109.   download time on the unnecessary code.
  110.  
  111.  
  112. **Option 2: Ship One Fat Version** -- The second option, shipping
  113.   a fat binary program, has a lot going for it in terms of getting
  114.   the software to the user. It's a single product, which eliminates
  115.   customer confusion, extra packaging expense, and general
  116.   headaches. It works perfectly on all Macs and Power Macs without
  117.   any foreknowledge on the part of the user (a major plus for many
  118.   users, especially if the program lives on a server), and is
  119.   generally the easiest solution. The only disadvantage of a fat
  120.   binary is that it may be significantly larger than a 680x0-only or
  121.   PowerPC-only version of the same program. It's a non-issue for
  122.   people with large hard disks, but people having smaller drives
  123.   (such as PowerBook users) won't appreciate the inflated size.
  124.  
  125.   One possible solution to this disadvantage is a pair of freeware
  126.   programs called Strip68K and StripPPC, written by Bill Woody of In
  127.   Phase Consulting <woody@alumni.caltech.edu> (as an aside, In Phase
  128.   Consulting published the two programs as method of promoting their
  129.   development and design consulting business - I highly approve of
  130.   such useful forms of Internet promotion). The programs do
  131.   precisely what their names imply - strip out 680x0 or PowerPC code
  132.   from fat binary applications. I haven't tested them personally,
  133.   and the documentation implies that they weren't tested
  134.   particularly rigorously, but they come with source code and are
  135.   worth a try if you're concerned about wasted disk space.
  136.  
  137. ftp://mrcnext.cso.uiuc.edu/pub/info-mac/cfg/strip-fat.hqx
  138.  
  139.   In some quick tests, Jonathan Lundell <jlundell@opus.com> reported
  140.   that StripPPC brought NewsWatcher 2.0b9 down from 616K to 288K,
  141.   and Fetch 2.1.2 from 483K to 216K, thus saving 595K on only two
  142.   applications. That's a noticeable amount for users with small hard
  143.   disks.
  144.  
  145.   Of course, you almost certainly won't be able to use an updater or
  146.   patcher on applications that you've stripped, so please pay
  147.   attention to this detail before you complain to a programmer that
  148.   a patch doesn't work on a stripped application.
  149.  
  150.  
  151. **Option Three: Let the Installer Solve the Problem** -- The third
  152.   option, using an installer to install the appropriate code for the
  153.   target machine, would seem to be the ideal solution for programs
  154.   that would use an installer anyway. Users run the installer
  155.   (Aladdin's excellent StuffIt InstallerMaker can install either
  156.   680x0 or PowerPC code from fat binaries; I assume the Apple
  157.   Installer can do something similar) and it checks the machine type
  158.   and installs the proper code. It's conceivable that the installer
  159.   could even ask if you wanted to install a fat binary or the
  160.   specific code. No matter what, you don't run into the confusions
  161.   created by two separate programs, and there's no wasted hard disk
  162.   space, as in the fat binary option, although downloading would
  163.   take longer, and in the case of a commercial product, there would
  164.   be more floppies.
  165.  
  166.   The main disadvantage is that if a user moves from a Mac to a
  167.   Power Mac, she may have to remember to reinstall a number of
  168.   applications to be able to use them at full speed. It's likely to
  169.   be something that people would forget, and being forced to
  170.   reinstall might prove irritating at an already stressful time.
  171.  
  172.   If a developer did set the installer up to install the correct
  173.   code, it would make sense for the developer to leave enough 680x0
  174.   code in the PowerPC-native version that the program would be able
  175.   to exit gracefully with an informative dialog when run on a normal
  176.   Mac, and be able to inform Power Mac users that additional
  177.   performance could be gained by reinstalling, rather than using the
  178.   slower emulation mode. It's even been suggested that Apple should
  179.   release a code stub that all developers could use for this sort of
  180.   user information, thus making it both standard and far more
  181.   common.
  182.  
  183.  
  184. **Final Thoughts** -- So in the end, it's pretty clear that there
  185.   are no set answers, as I said originally. Which you use depends on
  186.   how you view the trade-offs and on your specific product. If an
  187.   installer is involved, a single fat binary, with optional
  188.   stripping on installation, would seem to make the most sense. For
  189.   shareware/freeware programs that don't need an installer, two
  190.   separate versions may work fine. And finally, if all else fails,
  191.   there's always StripPPC and Strip68K.
  192.  
  193.  
  194. Links Pro Hits a Hole in One
  195. ----------------------------
  196.   by Richard C.S. Kinne <kinnerc@snymorva.cs.snymor.edu>
  197.  
  198.   Links Pro, by Access Software, is certainly one of the prettiest
  199.   games I've seen on the Macintosh. The trees, lawn texture, and
  200.   golfers are almost photo-realistic. The beauty of the graphics
  201.   will be the first thing to hit you, and the graphics alone may be
  202.   worth the purchase price of the software. Not only is the game
  203.   pretty, but a good bit of thought went into the program's
  204.   controlling mechanisms and layout as well, so I consider Links Pro
  205.   a quality product in both form and function.
  206.  
  207.   The beauty and performance do come at a price, and that price is
  208.   memory. Links Pro is the most memory-hungry game I've seen yet,
  209.   with suggested memory partition of 8 MB. Thankfully, for those of
  210.   us working on smaller systems, it will survive in only 2.5 MB if
  211.   it must. The game is quite playable with less memory than it
  212.   prefers, but I suspect it would do that much better on what it
  213.   considers a properly configured system.
  214.  
  215.   Access Software put a good amount of thought into the game's
  216.   control layout. I especially like the "hot buttons." When choosing
  217.   a club, for instance, you bring the mouse to the "choose club"
  218.   panel and (before you even click) Links Pro automatically displays
  219.   a radio button menu of clubs to choose from. The game also allows
  220.   for multiple views of your shot on the screen and you can save
  221.   those wonderful (or amazingly bad) shots or games to disk. You can
  222.   later play them over again and analyze them, if you wish. If
  223.   you've ever played a golf game on the Mac before, you'll be able
  224.   to dive right in without referring to the manual. After you play a
  225.   few rounds, however, you'll want to refer to the manual to find
  226.   out about the features you're missing.
  227.  
  228.   One of the neatest features is voice control. If you have an AV
  229.   Mac or Power Mac you can use voice commands to choose your club
  230.   and hit your ball. I tried the voice control on my office Quadra
  231.   660AV and it did indeed work as advertised. The commands the
  232.   program accepts are natural enough, but I did find myself
  233.   referring to the list in the manual every so often to make sure I
  234.   got things right. I figure if you find yourself using this feature
  235.   often enough, you'll quickly memorize the program's vocabulary.
  236.  
  237.   You can also create your own fictional golfers and keep statistics
  238.   on them. They can be male or female, and the game even provides a
  239.   varied wardrobe! You can print out score cards and statistics, and
  240.   you can even select background noises so that when you step up to
  241.   the tee a bird chirps in the background, and when you make your
  242.   shot you hear applause and comments from your buddies on the
  243.   green.
  244.  
  245.   Links Pro, about $45 mail order, is a quality game from start to
  246.   finish. If you have any interest in golf this game would make a
  247.   fine edition to your software collection.
  248.  
  249.     Access Software -- 800/800-4880
  250.  
  251.  
  252. Kai at Macworld Expo
  253. --------------------
  254.   by Radical Liberation <radicallib@aol.com>
  255.  
  256.   I joined a packed auditorium at Macworld Expo in Boston to see Kai
  257.   Krause <afckai@aol.com> demonstrate some of the graphic art tools
  258.   from HSC. Though his presentation was nominally for graphics
  259.   professionals and hobbyists who create images with tools like
  260.   Photoshop, I suspect others attended for the same reason I did -
  261.   to see Kai give one of his legendarily enthusiastic demos and see
  262.   some fantastic images, some of which you can see by looking on the
  263.   Internet as well.
  264.  
  265. http://www.wimsey.com/Pixel_Pushers/
  266.  
  267.   Some of Kai's tips and tricks are also available on the Web at:
  268.  
  269. http://the-tech.mit.edu/KPT/KPT.html
  270.  
  271.  
  272. **KPT Bryce** -- Although I'll probably never use any of Kai's
  273.   tools myself, seeing Kai use them to make cool images rated as one
  274.   of my favorite parts of Macworld. Kai showed a couple new tools,
  275.   but KPT Bryce, a recent addition to Kai's Power Tools (Photoshop
  276.   plug-ins), blew me away.
  277.  
  278.   KPT Bryce creates landscapes, and it is named after the beautiful
  279.   Bryce Canyon in Utah (here's a photo of the canyon).
  280.  
  281. ftp://wuarchive.wustl.edu/multimedia/images/jpeg/unindexed/940414/bryce.jpg
  282.  
  283.   KPT Bryce can create beautiful and convincing skies, mountains,
  284.   wisps of fog, and so on (and I do mean convincing. For now on, any
  285.   landscape image I get off the nets will have me wondering, "Is it
  286.   live or is it Memorex?"). And, at least when Kai does it, it looks
  287.   incredibly easy. I was particularly taken with the images that
  288.   look almost, but not quite, real. They remind me  of one of my
  289.   favorite painters, the surrealist Rene Magritte (here's a site
  290.   where you can find, when it's working, GIF-compressed images of
  291.   many of his paintings).
  292.  
  293. http://heiwww.unige.ch/art/magritte/
  294.  
  295.   Some of the Bryce landscapes go beyond near-reality to completely
  296.   alien looking landscapes. One of my favorites images, called
  297.   "Planet Rising," by David Palermo <space7@aol.com>, (his stuff is
  298.   always worth a look) appears on the KPT Bryce package, but I
  299.   haven't found it online anywhere except on America Online. As with
  300.   many of the Bryce landscapes, it seems like you could step right
  301.   into the picture and that, in fact, it would be nice to do just
  302.   that. Check out HSC's forums on America Online (keyword: HSC) or
  303.   CompuServe for more Bryce images. Several images are also
  304.   available at HSC's Internet site. [I wasn't able to connect to
  305.   this site to double-check this - take the <ftp.netcom.com> URLs
  306.   with a grain of salt. -Adam]
  307.  
  308. ftp://ftp.netcom.com/pub/hsc/KPTBryce_Info/
  309.  
  310.   To find more Bryce images (and many of my favorites), try this
  311.   file:
  312.  
  313. ftp://ftp.netcom.com/pub/hsc/KPTBryce_Info/KPTBryceImage1.bin
  314.  
  315.   (By the way, when the files at this site convert from MacBinary
  316.   they have a ".qt" suffix. Don't let it throw you, they are
  317.   ordinary JPEG-compressed images.)
  318.  
  319.  
  320. **Sphere Rendering** -- Another fun thing that HSC has made
  321.   available on the nets is a demo of a sphere rendering tool. It is
  322.   intended to show off the speed of the Power Mac but it also worked
  323.   on my LC III. When you reach the interactive part of the demo at
  324.   the end, the trick is to hold down the mouse button and move the
  325.   mouse around. This drags the light source to different parts of
  326.   the sphere.
  327.  
  328. ftp://grind.isca.uiowa.edu/mac/umich/powermac/kptppcspheroidsdemo.cpt
  329.  
  330.     HSC -- 310/392-8441 -- 310/392-6015 (fax) -- <kptsupport@aol.com>
  331.  
  332.  
  333. QuickMail 3.0 In Depth
  334. ----------------------
  335.   by Mark H. Anbinder, News Editor <mha@baka.ithaca.ny.us>
  336.      Director of Technical Services, Baka Industries Inc.
  337.  
  338.   In TidBITS-237_ we reported on CE Software's introduction of
  339.   QuickMail 3.0, a new version of CE's popular LAN email software
  340.   with lots of new features on the client end. Feedback we received
  341.   on that article and a closer look during the recent Macworld Expo
  342.   allow us to present more information on how CE's enhancements work
  343.   for users in real-world situations.
  344.  
  345.  
  346. **Spell Checking** -- The spell checking feature, implemented by
  347.   InfoSoft, is fairly straightforward, if not particularly
  348.   innovative as spell checkers go. Its biggest shortcoming at first
  349.   glance is that it doesn't recognize "QuickMail" as a correctly
  350.   spelled word! Such is life. One clever feature of the spell
  351.   checker is that, even though it shows a word in context when it's
  352.   presenting a word it believes is misspelled, QuickMail scrolls
  353.   through the text of the message window in the background, so the
  354.   user can see each questioned word as part of the entire message.
  355.  
  356.  
  357. **MailManager** lets users set up rules to specify what should
  358.   happen to incoming messages, and it looks great. Using the nicely
  359.   laid out ruler editor, you can tell QuickMail to file, delete,
  360.   forward, print, or reply to each message or certain messages,
  361.   deciding which task to perform and how to perform it based on the
  362.   original sender, subject, body text, priority, and so on.
  363.  
  364.   Unfortunately, MailManager, being a client-based feature, depends
  365.   on the client computer staying put while its user is away or busy.
  366.   In my case, had I left QuickMail 3.0 monitoring my mail while I
  367.   spent several days at Macworld Expo, it would not have worked.
  368.   During my absence, at least one other employee used my computer to
  369.   check his QuickMail. When I returned, the surge protector had
  370.   tripped; presumably a brief blackout left it powered down. As a
  371.   result, my computer would have stopped performing its assigned
  372.   mail-management tasks days before I returned.
  373.  
  374.   There are solutions to such problems; an uninterruptible power
  375.   supply (UPS) would take care of the power outage issue on at least
  376.   a short-term basis. You can set QuickMail to connect automatically
  377.   at startup, and CE has apparently foreseen the resulting security
  378.   concern and implemented a "Lock Mailbox" command that survives
  379.   restarts. This still assumes no one will use the mail-managing
  380.   Mac, which in some offices, mine for one, is a dangerous
  381.   assumption.
  382.  
  383.   The good news is that MailManager is exceptionally cautious when
  384.   messages might get lost. If a rule that files incoming messages
  385.   from a certain sender and then deletes them from your mailbox, but
  386.   your computer runs out of disk space, MailManager shuts down
  387.   rather than deleting unfiled messages. Unfortunately, it will also
  388.   then be unable to handle automatic replies, forwarding, or any
  389.   other tasks until someone intervenes.
  390.  
  391.   MailManager could still be enormously useful for day-to-day use.
  392.   You could set up ruler to automatically file posting from high-
  393.   traffic mailing lists, and automatically forward messages on a
  394.   given topic to another person or group of people. Peter J.
  395.   Kindlmann, a professor and mail administrator at Yale University,
  396.   wrote to say that the software holds up the computer momentarily
  397.   when new mail arrives and MailManager processes it in the
  398.   background. Such interruptions might be bearable, in return for
  399.   less human time spent sorting through received mail, but Peter
  400.   feels that most users will quickly grow frustrated with the delay.
  401.  
  402.   The primary cause of the delay when new mail arrives is the
  403.   process of refreshing the user's mail list so that MailManager can
  404.   scan it. Several versions ago, QuickMail would update its mail
  405.   list even if it was not the frontmost window, whenever new mail
  406.   arrived, and I recall having mixed feelings when CE changed this.
  407.   I have to admit to mixed feelings now that it's been changed back,
  408.   too! Users who keep lots of messages in their mailboxes will find
  409.   that the refresh takes a while. (The background refresh is only
  410.   done when MailManager is active.) Happily, the improved folder
  411.   handling means there are fewer reasons to keep mail on the server,
  412.   so a bit of discipline should minimize the interruptions'
  413.   duration.
  414.  
  415.  
  416. **Full-Text Searching** -- Speaking of folders, QuickMail 3.0's
  417.   ability to do full-text searches within messages filed in personal
  418.   mail folders is wonderful. This feature alone probably makes
  419.   QuickMail 3.0 worth its upgrade price. The inability to search
  420.   within the mailbox (messages still residing on the QuickMail
  421.   server) matters much less now that QuickMail supports up to 250
  422.   messages in each of up to 250 folders. (Inability to search within
  423.   these folders has been my primary reason for failing to use them
  424.   properly.) Searching messages in the mailbox would require too
  425.   much additional server work, or too much additional network
  426.   traffic. A network administrator who prefers to remain anonymous
  427.   suggests that this lack will "irritate many executive types" who
  428.   aren't interested in changing their work habits to suit the
  429.   software.
  430.  
  431.   Searches may be performed within a single folder or across all
  432.   folders, and may be based on the message text, or such criteria as
  433.   subject, sender, recipient, priority, and date sent. Some software
  434.   presents only individual found items, requiring the user to go
  435.   from item to item, but QuickMail's search feature presents a
  436.   complete "hit list" of found items, displaying its folder
  437.   location, the sender, subject, and date. Even while the search is
  438.   still in progress, the user may click one of the found items in
  439.   the list to view the found text, in the message's context, in the
  440.   window's lower pane. The search continues independently.
  441.  
  442.   My sole complaint with QuickMail 3.0's search feature is that it
  443.   can't search more than one user-specified folder at a time without
  444.   searching them all. QuickMail 3.0 also can find specified text
  445.   within the frontmost message window.
  446.  
  447.  
  448. **More Potential Problems** -- The anonymous administrator
  449.   mentioned above is also concerned about the possibility of
  450.   unintentional "mailstorms" caused by MailManager's automatic reply
  451.   capability. If users are not careful, their automatic replies
  452.   could go to all recipients of a message sent to a large group as
  453.   well as to the sender. In a scenario with a thousand users, five
  454.   of whom happen to have an automatic reply set up, a single message
  455.   to the entire company user list could result in an instant barrage
  456.   of five thousand extraneous messages. Users must be careful to set
  457.   the automatic reply feature to reply only to the sender in order
  458.   to avoid this; in this network administrator's experience, users
  459.   are not always so careful.
  460.  
  461.   The auto-reply function of the MailManager also lacks the ability
  462.   to refrain from sending multiple "I'm away..." notices to the same
  463.   address. The absence of this feature, available in mainframe
  464.   "vacation" utilities and in the QMConcierge package from
  465.   Information Electronics, will render MailManager less practical
  466.   than it should be. (Information Electronics has moved; see their
  467.   new contact info below.) This factor could also prolong a
  468.   mailstorm like the one described above. Since mail forwarding is
  469.   client-based rather than server-based, a network administrator
  470.   would have to move fast to interrupt such a barrage.
  471.  
  472.  
  473. **More Pluses and Minuses** -- QuickMail 3.0 also makes handling
  474.   address books and groups easier. For starters, an easily
  475.   accessible dialog box allows users instantly to add the sender of
  476.   a message to a specific address book or group list. (The applause
  477.   for this feature is likely to be deafening.) Users may now also
  478.   print user lists from their address books and groups, and may more
  479.   easily import and export address book information.
  480.  
  481.   One shock is that the QuickConference interactive chat feature of
  482.   QuickMail has been neglected. CE's Ned Horvath admits that
  483.   QuickConference has not been a high priority item for continued
  484.   development, as the company has never seen an enormous interest
  485.   among its customers. This is a shame; making QuickConference
  486.   function in a non-modal fashion, which is crucial in today's
  487.   multitasking-heavy work patterns, would probably not have been too
  488.   difficult. This change was promised for the "next" release at
  489.   around the time both 2.5 and 2.6 hit the stands, so its continued
  490.   absence is somewhat disappointing.
  491.  
  492.   Also on the list of items expected but missing is proper network
  493.   access to online mailboxes for Windows users. CE's boasts of
  494.   universal access to the mailbox are just hot air as long as they
  495.   haven't fixed this. When the Windows client was first developed,
  496.   there was a good reason not to support AppleTalk; the only
  497.   available AppleTalk protocol stacks supported DOS and didn't work
  498.   well (or at all) under Windows. Now that Farallon's PhoneNet PC
  499.   has offered a complete AppleTalk implementation under Windows for
  500.   a while (since before QuickMail 2.6 shipped) it's hard to justify
  501.   the continued absence of a complete Windows client for QuickMail.
  502.  
  503.   In fact, CE's new Newton client, EnRoute [discussed in a future
  504.   issue -Adam], adds yet another client platform that lacks proper
  505.   network access. There's a better reason for that; EnRoute is
  506.   designed for access by the roving QuickMail user. CE assumed that
  507.   users who can hook their Newton MessagePads to a network can
  508.   probably sit down in front of a Mac instead. A reasonable
  509.   assumption - but we hope CE will find sufficient interest in this
  510.   product that a future networkable version will be worth
  511.   developing.
  512.  
  513.   Some improvements that won't show up on a feature list include a
  514.   more consistent use of color, and less modality. Our article about
  515.   QuickMail 2.6 in TidBITS-171_ called CE's addition of "Turnerized"
  516.   buttons a "cruel reminder" of the lack of a real color user
  517.   interface. QuickMail still doesn't support color graphics or color
  518.   message text, but at least it has more cleanly colorized interface
  519.   elements. As for modality, we commend CE for using movable modal
  520.   dialogs in several places, such as the search window, so the user
  521.   could switch to another application rather than just wait. The
  522.   non-modal help window can be moved around the screen and left open
  523.   for reference purposes.
  524.  
  525.  
  526. **Upgrade Pricing** -- CE Software announced last week that U.S.
  527.   and Canadian customers can upgrade from QuickMail 2.5 or 2.6 to
  528.   QuickMail 3.0 for $12 per user; customers with QuickMail 2.2.3 or
  529.   earlier can upgrade for $15 per user (though, oddly, customers
  530.   having competing mail products may "sidegrade" for just $12 per
  531.   user). CE has elected not to provide discounts for large-volume
  532.   upgrade purchasers or educational institutions. Those who
  533.   purchased QuickMail 2.6 after 13-Jun-94 are entitled to a free
  534.   upgrade. The upgrade kits include a complete set of client and
  535.   server disks, new user manuals, and reference cards. Brand new
  536.   QuickMail 3.0 packages are available immediately as well; a ten-
  537.   user pack retails for $649.
  538.  
  539.  
  540. **Concluding Thoughts** -- Lest anyone reach the conclusion from
  541.   this article that QuickMail 3.0 is lousy, I want to stress that CE
  542.   Software is deservedly proud of what they've accomplished in
  543.   assembling this release. We see the MailManager function as good
  544.   start towards automated mail handling, and the searching works as
  545.   well as we've seen in any mail package. According to CE, QuickMail
  546.   development is an ongoing process, not one with an end. Bearing
  547.   that in mind, we look forward to QuickMail 3.1.
  548.  
  549.     CE Software, Inc. -- 800/523-7638 -- 515/221-1801
  550.       515/221-1806 (fax) -- <cesoftware@aol.com>
  551.  
  552.     Information Electronics -- 912/638-1893 -- 912/638-1384 (fax)
  553.       <infoelect@ie.com>
  554.  
  555.   Information from:
  556.     CE Software propaganda
  557.     Peter J. Kindlmann <pjk@design.eng.yale.edu>
  558.     Anonymous testers
  559.  
  560.  
  561. Reviews/22-Aug-94
  562. -----------------
  563.  
  564. * MacWEEK -- 15-Aug-94, Vol. 8, #33
  565.     DayStar PowerPro 601 -- pg. 1
  566.     Adobe Dimensions 2.0 -- pg. 26
  567.     KPT Bryce 1.0 -- pg. 29
  568.     PowerPrint 2.5 -- pg. 33
  569.     SoundEdit 16 -- pg. 34
  570.  
  571. * InfoWorld -- 15-Aug-94, Vol. 16, #33
  572.     Adobe Photoshop 3.0 -- pg. 104
  573.  
  574.  
  575. $$
  576.  
  577.  Non-profit, non-commercial publications may reprint articles if
  578.  full credit is given. Others please contact us. We don't guarantee
  579.  accuracy of articles. Caveat lector. Publication, product, and
  580.  company names may be registered trademarks of their companies.
  581.  
  582.  This file is formatted as setext. For more information send email
  583.  with the single word "setext" (no quotes) in the Subject: line to
  584.  <fileserver@tidbits.com>. A file will be returned shortly.
  585.  
  586.  For an APS price list, send email to: <aps-prices@tidbits.com>
  587.  
  588.  For information on TidBITS: how to subscribe to our mailing list,
  589.  where to find back issues, how to search issues on the Internet's
  590.  WAIS, and other useful stuff, send email to: <info@tidbits.com>
  591.  Otherwise, contact us at: ace@tidbits.com * CIS: 72511,306
  592.  AppleLink & BIX: TidBITS * AOL: Adam Engst * Delphi: Adam_Engst
  593.  TidBITS * 1106 North 31st Street * Renton, WA 98056 USA
  594.  Back issues available at ftp://ftp.tidbits.com/pub/tidbits/issues/
  595.  To search back issues with WAIS, use macintosh-tidbits.src
  596.  With MacWeb, use http://www.wais.com/wais-dbs/macintosh-tidbits.html
  597.  --------------------------------------------------------------------
  598.  
  599.  
  600.  
  601.